Skip to main content

updateEmail

Update email

GraphQL Schema

extend type mutation {
"""Update email"""
updateEmail(input: UpdateEmailInput): UpdateEmailPayload
}

Arguments

NameTypeDescription
input[UpdateEmailInput](/04-reference/05-Input Objects/UpdateEmailInput.mdx)

Response Shape

This mutation returns UpdateEmailPayload

NameTypeDescription
successBoolean!Whether the mutation was successful
errorErrorTypeError information